projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22466c0
)
(makefile-font-lock-keywords): Fix bad structure
author
Karl Heuer
<kwzh@gnu.org>
Thu, 21 Dec 1995 17:56:09 +0000
(17:56 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 21 Dec 1995 17:56:09 +0000
(17:56 +0000)
for the "^\t+#" element.
Add faces to menu only if window-system.
(makefile-mode): Do not check if makefile-define-space-face is
defined. Call it only if window-system.
lisp/progmodes/make-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/make-mode.el
b/lisp/progmodes/make-mode.el
index 8227f9a11389cc5cb969015a9175813848fab4c5..ecda1c8974490b57be56002fe02101bca3295061 100644
(file)
--- a/
lisp/progmodes/make-mode.el
+++ b/
lisp/progmodes/make-mode.el
@@
-223,7
+223,7
@@
not be enclosed in { } or ( ).")
;; Highlight shell comments that Make treats as commands,
;; since these can fool people.
- '("^\t+#" makefile-space-face t)
+ '("^\t+#"
0
makefile-space-face t)
;; Highlight spaces that precede tabs.
;; They can make a tab fail to be effective.